home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / app_note / tecbltn1 / tb.117 < prev    next >
Text File  |  1986-03-04  |  2KB  |  43 lines

  1. /nof
  2.  
  3. Date: 18 November 1985                    Number 117
  4.  
  5. Title: Maximum Directory Sizes for all NetWare Systems
  6.  
  7.     It has been discovered that there is a maximum directory size
  8. limitation. This limitation MUST not be violated or serious problems
  9. can arise. The problem is clearly evident when running the streaming
  10. tape backup/restore on NetWare/68products. When a drive is set up
  11. with too many directory blocks, the configurationinformation overruns
  12. a sector boundary. This overflow is not recognized during the
  13. NetWare/S backup procedure. Without this necessary information
  14. backed up, it is impossible to rebuild the directory structure should a
  15. restoration become necessary. Novell is currently modifying the
  16. "SYSGEN.I", "SYSED.I" and"INSTALL.EXE" to automatically calculate
  17. the maximum amount of directory entries allowed on a given drive.
  18. Until these are available, the following formula shouldbe used in
  19. computing directory sizes. This formula applies to all NetWare
  20. systemsversion 4.0 and greater.
  21.  
  22.     X=255-(A/4)-(B*6)
  23.  
  24.     X=Total number of directory blocks allowed on each physical     
  25.  drive, all
  26. volumes combined. 
  27.     A=Disk drive formatted capacity in megabytes.
  28.     B=Number of volumes configured on a drive.
  29.  
  30.     Note that it is advisable to limit volumes to one volume per drive
  31. whenever possible.  You should never configure your system with
  32. more directory entries than needed. Every entry requires forty bytes
  33. in memory for hashing and caching whether or not it is being used.
  34.  
  35.     If you have exceeded the limit given by the above equation do
  36. not attempt to run "RESTORE" until the newer verison comes out. If
  37. you decide to re-install NetWare using any option that re-builds the
  38. directories (option 1 of the INSTALL program with NetWare/86 or
  39. SYSGEN with NetWare/68), you must first re-build the badblock table
  40. using COMPSURF. Do not preserve the existing bad block table. You
  41. must re-enter the bad block list using the media defect list provided
  42. by the drive manufacturer.
  43. /for